home *** CD-ROM | disk | FTP | other *** search
/ Amiga Game-Power / Amiga Game-Power.iso / pd mix ii / access / thai / readme < prev    next >
Text File  |  1994-05-20  |  2KB  |  58 lines

  1. This is a little project I was playing with involving using the Amiga
  2. for speaking/printing Thai.
  3.  
  4. To run this program, you must install the 22 point thai font
  5. in your fonts: directory. This can be done from the CLI using
  6.  
  7.     copy df0:fonts fonts: all
  8.  
  9.     [Ed note:  for my library disks substitute the path
  10.     "df<X>:Thai/Fonts" for the appropriate <X> in the above
  11.     command.  -Fred]
  12.  
  13. if this disk is in drive df0:
  14.  
  15. I did the project mainly to learn how to use gadgets.
  16. As a result, I only used gadgets - no menus.
  17.  
  18. Quiz is a simple quiz program. It loads complete sentences from
  19. the "sentences.thai" file and words from the "words.thai" file.
  20. If you click on the sentence or word gadget the program will
  21. pick a random sentence/word. You then click on the
  22. Thai/Speak/Phonetic/English gadget to display that version
  23. (or speak it). From this you are meant to guess the other forms.
  24. By clicking right or wrong, the program can weight words (so if
  25. you get a word wrong a lot, it will come up more often).
  26.  
  27. I dont know the best way to enter strings in Thai. I settled for
  28. having a gadget per thai character. Entry is very slow but easy
  29. to remember. To select the sentence or word field, first click
  30. in that field, then all thai gadgets will go to that field.
  31.  
  32. The ADD, DELETE, REPLACE are for maintaining the dictionary files.
  33.  
  34. The dictionary files provided probably contain lots of errors.
  35.  
  36. The TRANSLATE command for words gets it right sometimes (it
  37. turns thai characters into phonetics). For sentences, it
  38. looks for each word in the word dictionary. 
  39. The word translate function is not perfect. It does not
  40. understand tone marks at all which makes it almost useless.
  41. Maybe next time (I was learning Thai as I wrote the program
  42. and hadnt reached tone marks when I wrote it).
  43.  
  44. The search commands allow you to enter substrings which it then
  45. scans the dictionary for. The two arrows allow forward/back movement.
  46. For example, to look up the word for hello enter "hello" in the
  47. english word field then press the search gadget next to it.
  48. Clicking the arrows will cycle through all matches.
  49.  
  50. The speech stuff was a bit of fun. It does not sound very good
  51. or accurate. Just amusing - "My computer can speak Thai!".
  52.  
  53. Quizprint is another program which prints a series of words
  54. and sentences on the printer. I use it for testing myself.
  55. It creates a small screen (white) at the bottom of the display.
  56. Although the screen depth arangement characters are not visible,
  57. they are there if you want to hide the screen.
  58.